protected DeploymentMicrocontroller(HumanMatchPlayerController Controller)
     : base(Controller)
 {
 }
Exemple #2
0
 public AntiAircraftController(HumanMatchPlayerController Controller)
     : base(Controller)
 {
 }
 public AttackController(HumanMatchPlayerController Controller)
     : base(Controller)
 {
 }