Server.Mobiles.Cook.Cook C# (CSharp) Метод

Cook() приватный Метод

private Cook ( ) : System.Collections.Generic
Результат 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