mirror of
https://github.com/YouHaveTrouble/YHTMod.git
synced 2026-05-11 21:56:54 +00:00
9 lines
107 B
C#
9 lines
107 B
C#
using Terraria.ModLoader;
|
|
|
|
namespace YHTMod {
|
|
public class YHTMod : Mod {
|
|
public YHTMod() {
|
|
|
|
}
|
|
}
|
|
} |