LocationProxyComponent.cs 142 B

123456789
  1. using System;
  2. namespace ET.Server
  3. {
  4. [ComponentOf(typeof(Scene))]
  5. public class LocationProxyComponent: Entity, IAwake
  6. {
  7. }
  8. }