コード例 #1
0
ファイル: IntEventListener.cs プロジェクト: ntntn/MyRpg
 private void OnEnable()
 {
     Event.RegisterListener(this);
 }