Server.Mobiles.Cook.Cook C# (CSharp) Méthode

Cook() private méthode

private Cook ( ) : System.Collections.Generic
Résultat System.Collections.Generic
		public Cook() : base( "the cook" )
		{
			SetSkill( SkillName.Cooking, 90.0, 100.0 );
			SetSkill( SkillName.TasteID, 75.0, 98.0 );
		}

Same methods

Cook::Cook ( Server.Serial serial ) : System.Collections.Generic