示例#1
0
文件: UI.cs 项目: oxysoft/PokeSharp
 public UI(UITemplate template, SpriteBatch spriteBatch, PlayerEntity playerEntity)
 {
     this.Template     = template;
     this.spriteBatch  = spriteBatch;
     this.PlayerEntity = playerEntity;
 }
示例#2
0
文件: UI.cs 项目: Hakua/PokeSharp
		public UI(UITemplate template, SpriteBatch spriteBatch, PlayerEntity playerEntity) {
			this.Template = template;
			this.spriteBatch = spriteBatch;
			this.PlayerEntity = playerEntity;
		}