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.

14 lines
308B

  1. namespace CLre_server.API.MainServer
  2. {
  3. public struct StartingEventArgs{}
  4. public struct StartedEventArgs
  5. {
  6. public string photonVersion;
  7. public CloudRegionCode photonRegion;
  8. public string worldName;
  9. public string gameGuid;
  10. }
  11. public struct StopEventArgs{}
  12. }