コード例 #1
0
ファイル: Character.cs プロジェクト: pow752/Tower-Of-Babble
 void OnDisable()
 {
     // Remove from our List.
     Character_Manager.Unregister(this);
 }