Unofficial CardLife revival project, pronounced like "celery"
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- namespace CLre_server.API.MainServer
- {
- public struct StartingEventArgs{}
-
- public struct StartedEventArgs
- {
- public string photonVersion;
- public CloudRegionCode photonRegion;
- public string worldName;
- public string gameGuid;
- }
-
- public struct StopEventArgs{}
-
- public struct PlayerConnectArgs
- {
- public int PlayerId;
- }
- }
|