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