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.

11 lines
175B

  1. namespace CLre.API.App
  2. {
  3. public struct SetupEventArgs {}
  4. public struct GameReady{}
  5. public struct GameExit{}
  6. public struct MenuReady{}
  7. }