Пример #1
0
 protected Identity()
 {
     this.uid = UIDGenerator.GetID();
 }
Пример #2
0
 private void Awake()
 {
     this.uid = UIDGenerator.GetID();
     OnAwake();
 }