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