コード例 #1
0
ファイル: CUIMapRenderer.cs プロジェクト: YPZhou/FliSan
 public void Update(GameObject.CGame _game)
 {
     //throw new NotImplementedException();
 }
コード例 #2
0
ファイル: CUIMapRenderer.cs プロジェクト: YPZhou/FliSan
 public CUIMapRenderer(GameObject.CGame _game)
 {
     this.font_ = new Font("cn_font.ttf");
     this.text_ = new Text("刘关张", this.font_);
 }