summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/ILocationActivate.cs
blob: 2d9bb88be5a4e785ccc7a5664365be4bac2b71f8 (plain)
1
2
3
4
5
6
using System;

internal interface ILocationActivate
{
	void LocationUse(PlayerControl pc);
}