Actor support 2 and inheritance

This commit is contained in:
2024-02-21 21:07:46 -05:00
parent e5f1a546b1
commit 92743349e5
5 changed files with 29 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
},
"StarterPlayer": {
"StarterPlayerScripts": {
"PlayerRoot -rapid": {
"rapid-PlayerRoot": {
"$className": "Actor",
"Player": {
"$path": "src/client/Player"
@@ -21,7 +21,7 @@
}
},
"StarterCharacterScripts": {
"CharacterRoot -rapid": {
"rapid-CharacterRoot": {
"$className": "Actor",
"$path": "src/client/Character"
}