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