Esempio n. 1
0
 public TestTileEntity(Point location) : base(location)
 {
     texture = TextureManager.GetTexture(TextureId.Test);
     UpdateGraphics();
 }