hch
5 天以前 e8d63e91d80cc59d7947ad026149c2b752ce9364
1
2
3
4
5
6
7
8
9
                                               package com.secondworld.sdk;
 
public class GTGamePlatform extends PlatformDiff {
 
    @Override
    public String platformName() {
        return "sanxia";
    }
}