Пример #1
0
 public HunterBehaviour(Hockeyist h) : base(h)
 {
     getThePuck   = new GetThePuckBehaviour(h);
     strikePoints = new[]
     {
         new Point(attackLine, 650),
         new Point(attackLine, 250)
     };
 }
Пример #2
0
		public HunterBehaviour (Hockeyist h) : base(h)
		{
			getThePuck = new GetThePuckBehaviour (h);
			strikePoints = new[]
			{
				new Point(attackLine, 650),
				new Point(attackLine, 250)
			};
		}