LSOperaComponent.cs 119 B

1234567
  1. namespace ET
  2. {
  3. [ComponentOf(typeof(Room))]
  4. public class LSOperaComponent: Entity, IAwake, IUpdate
  5. {
  6. }
  7. }