add setter for NPCComposition
This commit is contained in:
@@ -69,5 +69,7 @@ public interface NPC extends Actor
|
||||
@Nullable
|
||||
NPCComposition getTransformedComposition();
|
||||
|
||||
void setComposition(NPCComposition composition);
|
||||
|
||||
void onDefinitionChanged(NPCComposition composition);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user