mirror of
https://git.tonybark.com/tonytins/CyberBits.git
synced 2026-06-28 04:03:37 -04:00
8 lines
237 B
C#
8 lines
237 B
C#
namespace CyberBits;
|
|
|
|
public struct ResourceFiles
|
|
{
|
|
public const string COCK_JSON = "Resources/cock.json";
|
|
public const string PUSSY_JSON = "Resources/pussy.json";
|
|
public const string ADDONS_JSON = "Resources/addons.json";
|
|
}
|