C# 클래스 entity.Main.MainmenuEdit.IDInfo

The id info.
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 메소드들

메소드 설명
IDInfo ( bool Campaign, string Name, int ID ) : System

Initializes a new instance of the IDInfo struct.

메소드 상세

IDInfo() 공개 메소드

Initializes a new instance of the IDInfo struct.
public IDInfo ( bool Campaign, string Name, int ID ) : System
Campaign bool if set to true [campaign].
Name string The name.
ID int The ID.
리턴 System