GameHandler.RegisterChangeNotifier C# (CSharp) Метод

RegisterChangeNotifier() публичный статический Метод

public static RegisterChangeNotifier ( ChangeNotifier c ) : void
c ChangeNotifier
Результат void
    public static void RegisterChangeNotifier(ChangeNotifier c)
    {
        GameHandler.Instance().changeNotifiers.Add(c);
    }
GameHandler