Robot.ShootPeopleWith C# (CSharp) Method

ShootPeopleWith() public method

public ShootPeopleWith ( weapon IWeapon ) : void
IWeapon weapon
return void
    public void ShootPeopleWith( weapon IWeapon ){
        weapon.PressTrigger()
    }
}