1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-06 05:44:48 -04:00
dressupzack/scripts/Character.gd
2021-05-09 21:18:29 -04:00

8 lines
208 B
GDScript

# This project is licensed under the MPL license.
# See the LICENSE file in the project root for more information.
extends Resource
var top = null
var bottom = null
var underwear = null
var accessory = null