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

public interface ITranslatedText
{
	void ResetText();
}