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