This commit is contained in:
therealunull
2020-12-16 14:27:14 -05:00
parent 665259b5e5
commit 3be6ba5cc0
10 changed files with 1948 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ public interface NPC extends Actor
* @return the transformed NPC
*/
@Nullable
NPCComposition getTransformedDefinition();
NPCComposition getTransformedComposition();
void onDefinitionChanged(NPCComposition composition);
}