projects
/
AmongUs
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Client
/
Assembly-CSharp
/
ITranslatedText.cs
blob: f6f1857ea02bec7a34216a4164cbcf69d7918cde (
plain
)
1
2
3
4
5
6
using System; public interface ITranslatedText { void ResetText(); }