Server.LootPackItem.LootPackItem C# (CSharp) 메소드

LootPackItem() 공개 메소드

public LootPackItem ( Type type, int chance ) : System
type System.Type
chance int
리턴 System
		public LootPackItem( Type type, int chance )
		{
			m_Type = type;
			m_Chance = chance;
		}
	}