コード例 #1
0
    void OnDestroy()
    {
        LunarConsole.UnregisterAllActions(this);

        LunarVariables.dragSensitivity.RemoveDelegate(ChangeDragSensitivity);
        LunarVariables.debug.RemoveDelegate(ChangeDebugMode);
    }
コード例 #2
0
    void OnDestroy()
    {
        LunarConsole.UnregisterAllActions(this);

        LunarVariables.combineDuration.RemoveDelegate(SetCellCombineDuration);
        LunarVariables.combineInterval.RemoveDelegate(SetCellCombineInterval);
    }
コード例 #3
0
 void OnDestroy()
 {
     LunarConsole.UnregisterAllActions(this);
 }