mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-04-25 07:59:25 -05:00
9 lines
156 B
Python
9 lines
156 B
Python
from bemani.data import Config, Data
|
|
|
|
|
|
class MetalGearArcadeCache:
|
|
|
|
@classmethod
|
|
def preload(cls, data: Data, config: Config) -> None:
|
|
pass
|