hch
2023-12-11 7df1cbcf31b128bdc6785cee6899e64ba879f241
1
2
3
4
5
6
7
8
package com.secondworld.sdk;
 
public class TestPlatform extends PlatformDiff{
    @Override
    public String platformName() {
        return "test";
    }
}