OpenRA.Traits.DeveloperMode.INotifyCreated C# (CSharp) Метод

INotifyCreated() публичный Метод

public INotifyCreated ( Actor self ) : void
self Actor
Результат void
        void INotifyCreated.Created(Actor self)
        {
            Enabled = self.World.LobbyInfo.IsSinglePlayer || self.World.LobbyInfo.GlobalSettings
                .OptionOrDefault("cheats", info.Enabled);
        }