Esempio n. 1
0
        public void Activate()
        {
            this.ownerTeam = EntityManager9.Owner.Team;
            this.lanePaths = new LanePaths();

            this.enabled.ValueChange += this.EnabledOnValueChange;
        }
Esempio n. 2
0
        public void Activate()
        {
            this.ownerTeam = EntityManager9.Owner.Team;
            this.lanePaths = new LanePaths();

            this.enabled.ValueChange += this.EnabledOnValueChange;

            this.spawnSleeper.Sleep(Math.Abs(Math.Min(GameManager.GameTime, 0)) - 0.5f);
        }
Esempio n. 3
0
 public WaveManager([Import] IServiceContext context)
 {
     myTeam    = context.Owner.Team;
     lanePaths = new LanePaths(myTeam);
 }