mirror of
https://github.com/MSWS/TTT.git
synced 2025-12-05 22:20:25 -08:00
6 lines
98 B
C#
6 lines
98 B
C#
namespace TTT.Locale;
|
|
|
|
public interface IMsg {
|
|
string Key { get; }
|
|
object[] Args { get; }
|
|
} |