Files
FunkinMP/source/funkin/data/JsonFile.hx
T
2025-06-05 10:47:20 +02:00

11 lines
134 B
Haxe

package funkin.data;
/**
* A pair of a file name and its contents.
*/
typedef JsonFile =
{
fileName:String,
contents:String
};