UILobbyComponent.cs 118 B

1234567
  1. namespace Model
  2. {
  3. [EntityEvent(EntityEventId.UILobbyComponent)]
  4. public class UILobbyComponent: Component
  5. {
  6. }
  7. }