OpenRA.Traits.DeveloperMode.INotifyCreated C# (CSharp) Méthode

INotifyCreated() public méthode

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