protected override void InitData() { if (Inst == null) { Inst = this; } }
public void PlayFunly() { if (funly.Count == 13) { string str = ""; for (int i = 0; i < funly.Count; ++i) { str += (char)(funly[i]); } InterfaceControler.GetInst().AddMsgBox(str); funly.Clear(); } }
protected override void DestroyData() { Inst = null; }