Example #1
0
 public Texture(ResourcePath texturePath)
 {
     TexturePath = texturePath;
 }
Example #2
0
 public Rsi(ResourcePath rsiPath, string rsiState)
 {
     RsiPath  = rsiPath;
     RsiState = rsiState;
 }