You've already forked Mega-Man-X-Code-Red
mirror of
https://github.com/izzy2lost/Mega-Man-X-Code-Red.git
synced 2026-03-10 12:32:52 -07:00
6 lines
92 B
GDScript
6 lines
92 B
GDScript
extends Node
|
|
class_name Reploid_Data
|
|
|
|
var reploid_color : int = 0
|
|
var reploid_name : String
|