C# 클래스 MCDawn.PlayerGroup

파일 보기 프로젝트 열기: jonnyli1125/MCDawn 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
allPlayerGroups List
customName string
fileName string
name string
players PlayerGroupList
pub bool

공개 메소드들

메소드 설명
Find ( string input ) : PlayerGroup
InitAll ( ) : void
PlayerGroup ( ) : System
PlayerGroup ( string Name, bool Public ) : System
saveGroups ( List givenList ) : void

메소드 상세

Find() 공개 정적인 메소드

public static Find ( string input ) : PlayerGroup
input string
리턴 PlayerGroup

InitAll() 공개 정적인 메소드

public static InitAll ( ) : void
리턴 void

PlayerGroup() 공개 메소드

public PlayerGroup ( ) : System
리턴 System

PlayerGroup() 공개 메소드

public PlayerGroup ( string Name, bool Public ) : System
Name string
Public bool
리턴 System

saveGroups() 공개 정적인 메소드

public static saveGroups ( List givenList ) : void
givenList List
리턴 void

프로퍼티 상세

allPlayerGroups 공개적으로 정적으로 프로퍼티

public static List allPlayerGroups
리턴 List

customName 공개적으로 정적으로 프로퍼티

public static string customName
리턴 string

fileName 공개적으로 프로퍼티

public string fileName
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

players 공개적으로 프로퍼티

public PlayerGroupList,MCDawn players
리턴 PlayerGroupList

pub 공개적으로 프로퍼티

public bool pub
리턴 bool