Package net.storm.api.rs
Interface PlatformInfo
public interface PlatformInfo
Represents platform-specific information about the game client environment.
This interface serves as a marker for platform information data that is collected and sent to the game server. Platform information typically includes details about the operating system, hardware, and other environment-specific data.
This is primarily used for telemetry and client identification purposes.