hch
2023-11-28 16aaef03d721d676ebd1e7f6ff5a60abe4808a05
1
2
3
4
5
6
7
8
9
                                               package com.secondworld.sdk;
 
public class GTGamePlatform extends PlatformDiff {
 
    @Override
    public String platformName() {
        return "sohagame";
    }
}