示例#1
0
 public void UnregisterTweakable(ITweakable tweakable)
 {
     baseManager.UnregisterObject(tweakable);
 }
 public void UnregisterInvokable(IInvokable invokable)
 {
     baseManager.UnregisterObject(invokable);
 }