コード例 #1
0
ファイル: JobSelectData.cs プロジェクト: zhutaorun/unitygame
 public JobSelectData()
 {
     m_leftPnl = new JobSelLeftPnl(this);
     m_midPnl = new JobSelMidPnl(this);
     m_rightPnl = new JobSelRightPnl(this);
 }
コード例 #2
0
 public JobSelectData()
 {
     m_leftPnl  = new JobSelLeftPnl(this);
     m_midPnl   = new JobSelMidPnl(this);
     m_rightPnl = new JobSelRightPnl(this);
 }