AOIManagerComponent.cs 169 B

12345678
  1. namespace ET.Server
  2. {
  3. [ChildType(typeof(Cell))]
  4. public class AOIManagerComponent: Entity, IAwake
  5. {
  6. public static int CellSize = 10 * 1000;
  7. }
  8. }