Even More Modifiers
1.0.0.0
A mod for rolling various bonus stats on items
Main Page
Related Pages
Packages
Classes
Files
File List
File Members
CheatSheetSupport.cs
Go to the documentation of this file.
1
using
System
;
2
using
Terraria
.ModLoader;
3
4
namespace
Loot
.ModSupport
5
{
6
internal
class
CheatSheetSupport : ModSupport
7
{
8
public
override
string
ModName =>
"CheatSheet"
;
9
10
public
override
bool
CheckValidity(
Mod
mod)
11
=> mod.Version >=
new
Version(0, 4, 3, 1);
12
}
13
}
Loot
System
Mod
Terraria
ModSupport
CheatSheetSupport.cs
Generated on Sat Apr 18 2020 16:45:40 for Even More Modifiers by
1.8.11