tModLoader v0.11.8.9
A mod to make and play Terraria mods
OldHookException.cs
Go to the documentation of this file.
1using System;
2
4{
6 {
7 public OldHookException(string hook)
8 : base("This mod uses an old " + hook + " hook") {
9 }
10 }
11}