hch
2025-02-07 bc9054e96ba260448105c79f04fc5ce63d33bc63
1
2
3
4
5
6
7
8
9
package com.secondworld.sdk;
 
public class GTGamePlatform extends PlatformDiff {
 
    @Override
    public String platformName() {
        return "test";
    }
}