This commit is contained in:
parent
9c688d363f
commit
3b505141e6
3 changed files with 43 additions and 917 deletions
15
Sledgemapper/CachedContent.cs
Normal file
15
Sledgemapper/CachedContent.cs
Normal 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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue