2D-Platformer/Assets/Scripts/Util/AssetManifest.cs
2022-02-12 12:53:50 +02:00

7 lines
No EOL
127 B
C#

namespace DefaultNamespace.Util
{
public static class AssetManifest
{
public const string HealthKit = "health_kit";
}
}