コード例 #1
0
ファイル: Core.cs プロジェクト: tuita520/Regulus
 void Regulus.Utility.ICore.ObtainController(Regulus.Remoting.ISoulBinder binder)
 {
     binder.Bind <TestNativeGameCore.IMessager>(this);
     binder.BreakEvent += () =>
     {
         binder.Unbind <TestNativeGameCore.IMessager>(this);
     };
 }