summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XUtliPoolLib/IFMOD_Listener.cs
blob: e99f5c98edd65ca6ba832d338dc5fb4664d98040 (plain)
1
2
3
4
5
6
7
8
9
using System;

namespace XUtliPoolLib
{
	public interface IFMOD_Listener
	{
		void Reload();
	}
}