GameHandler.RemoveArmor C# (CSharp) 메소드

RemoveArmor() 공개 정적인 메소드

public static RemoveArmor ( int id ) : int
id int
리턴 int
    public static int RemoveArmor(int id)
    {
        return GameHandler.RemoveCount(id, 1, GameHandler.Armors());
    }

Same methods

GameHandler::RemoveArmor ( int id, int n ) : int
GameHandler