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