mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-10 08:44:47 +00:00
7 lines
111 B
Haxe
7 lines
111 B
Haxe
|
package funkin.play;
|
||
|
|
||
|
/**
|
||
|
* A static class which holds any functions related to scoring.
|
||
|
*/
|
||
|
class Scoring {}
|