Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ICancelAddNew.cs
Go to the documentation of this file.
2
3public interface ICancelAddNew
4{
5 void CancelNew(int itemIndex);
6
7 void EndNew(int itemIndex);
8}