Unit.cs 154 B

12345678
  1. using MongoDB.Bson.Serialization.Attributes;
  2. namespace ET
  3. {
  4. public sealed class Unit : Entity, IAwake, IAddComponent, IGetComponent
  5. {
  6. }
  7. }