Esempio n. 1
0
 public Entity()
 {
     instanceId = IDGenerator.GetEntityId();
     isAsync    = false;
     typeName   = GetType().Name;
 }