コード例 #1
0
 void EmptySpellCastDelegate()
 {
     spellCast_Start = null;
     spellCast_Loop  = null;
     spellCast_Stop  = null;
 }
コード例 #2
0
ファイル: StateManager.cs プロジェクト: bluewhitebow/DSLike
 void EmptySpellCastDelegates()
 {
     spellCast_start = null;
     spellCast_loop  = null;
     spellCast_stop  = null;
 }