OpenRA.Traits.DeveloperMode.INotifyCreated C# (CSharp) Method

INotifyCreated() public method

public INotifyCreated ( Actor self ) : void
self Actor
return void
        void INotifyCreated.Created(Actor self)
        {
            Enabled = self.World.LobbyInfo.IsSinglePlayer || self.World.LobbyInfo.GlobalSettings
                .OptionOrDefault("cheats", info.Enabled);
        }