resolveReferences method

SteeringBehavior? resolveReferences(
  1. Map<String, GameEntity> entities
)

Restores UUIDs with references to GameEntity objects.

Implementation

SteeringBehavior? resolveReferences(Map<String,GameEntity> entities ){
    return null;
  }