Aura.Msgr.Database.Contact.Contact C# (CSharp) 메소드

Contact() 공개 메소드

public Contact ( ) : Aura.Mabi.Const
리턴 Aura.Mabi.Const
		public Contact()
		{
			this.Nickname = "";
			this.Status = ContactStatus.Offline;
		}
	}
Contact