mirror of
https://git.tonybark.com/tonytins/CyberBits.git
synced 2026-05-12 05:23:34 -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";
|
|
}
|