protected Identity() { this.uid = UIDGenerator.GetID(); }
private void Awake() { this.uid = UIDGenerator.GetID(); OnAwake(); }