fixing build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michele 2021-09-07 23:43:46 +01:00
parent 9c688d363f
commit 3b505141e6
3 changed files with 43 additions and 917 deletions

View file

@ -0,0 +1,15 @@
using Microsoft.Xna.Framework.Graphics;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Sledgemapper
{
public class CachedContent
{
public Texture2D Eye { get; set; }
public Texture2D Location { get; set; }
}
}