GameHandler.RegisterChangeNotifier C# (CSharp) Method

RegisterChangeNotifier() public static method

public static RegisterChangeNotifier ( ChangeNotifier c ) : void
c ChangeNotifier
return void
    public static void RegisterChangeNotifier(ChangeNotifier c)
    {
        GameHandler.Instance().changeNotifiers.Add(c);
    }
GameHandler