Beispiel #1
0
	public void Add( Equippable item ) {
		item.Init( this );
		model.Equip( item );
		model.Hide( item );
	}