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