sneak/Shared/Strings.cs

7 lines
201 B
C#

// This file contains all user-visible strings which might one day wish to be translated.
namespace SemiColinGames {
public static class Strings {
public const string Paused = "Paused";
}
}