EtherDuels.Config.Configuration.SetNextWeaponKey C# (CSharp) 메소드

SetNextWeaponKey() 공개 메소드

Sets the next-weapon key for the player specified by the playerID.
public SetNextWeaponKey ( int playerID, Keys key ) : void
playerID int The ID which specifies the player.
key Keys The new key which needs to be assigned.
리턴 void
        public void SetNextWeaponKey(int playerID, Keys key)
        {
            keyConfigurations[playerID].NextWeapon = key;
        }