hch
2023-11-19 f95ccf240c48c97c54e8f09e386d56a2cf5fffc9
1
2
3
4
5
6
7
8
9
                                               package com.secondworld.sdk;
 
public class BtGamePlatform extends PlatformDiff {
 
    @Override
    public String platformName() {
        return "quick";
    }
}