コード例 #1
0
        private void Awake()
        {
            Instance = this;

            QSB.Helper.Events.Subscribe <PlayerResources>(OWML.Common.Events.AfterStart);
            QSB.Helper.Events.Event += OnEvent;
        }
コード例 #2
0
 public void Awake() => Instance = this;