Gray-Time-Kid's picture
Create README.md
c3c8bfb verified
|
raw
history blame
505 Bytes

ShooterGTU Architecture Dataset

This dataset contains a JSON file describing the event-driven architecture of the ShooterGTU game. It includes core managers, scenes, events, and dependencies.

Files

  • architecture.json: The main JSON with metadata, core components, hierarchy layers, etc.

Usage

You can load this dataset using the datasets library:

from datasets import load_dataset

dataset = load_dataset("username/shootergtu-architecture", data_files="architecture.json")