Пример #1
0
        public void Awake()
        {
            Owner.SetupDebugDocument(this, out var title);

            this.title = title;
            DebugMenuRegistry.Register(this);
        }
Пример #2
0
 public void Kill()
 {
     DebugMenuRegistry.Unregister(this);
 }