コード例 #1
0
ファイル: FloatEvent.cs プロジェクト: tomfulghum/Catroidvania
 public void Deregister(FloatEventDelegate response)
 {
     Trigger -= response;
 }
コード例 #2
0
ファイル: FloatEvent.cs プロジェクト: tomfulghum/Catroidvania
 public void Register(FloatEventDelegate response)
 {
     Trigger += response;
 }