Server.Items.BankCheck.GetProperties C# (CSharp) 메소드

GetProperties() 공개 메소드

public GetProperties ( ObjectPropertyList list ) : void
list ObjectPropertyList
리턴 void
		public override void GetProperties( ObjectPropertyList list )
		{
			base.GetProperties( list );

			string worth = m_Worth.ToString();

			list.Add( 1060738, worth ); // value: ~1_val~
		}