Example #1
0
 public UI(UITemplate template, SpriteBatch spriteBatch, PlayerEntity playerEntity)
 {
     this.Template     = template;
     this.spriteBatch  = spriteBatch;
     this.PlayerEntity = playerEntity;
 }
Example #2
0
		public UI(UITemplate template, SpriteBatch spriteBatch, PlayerEntity playerEntity) {
			this.Template = template;
			this.spriteBatch = spriteBatch;
			this.PlayerEntity = playerEntity;
		}