1
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Net.BITKit.VFX
|
||||
public VFXService(IEntitiesService entitiesService)
|
||||
{
|
||||
_entitiesService = entitiesService;
|
||||
_scriptableImpacts = _entitiesService.QueryComponents<ScriptableImpact>();
|
||||
_scriptableImpacts = _entitiesService.QueryComponents<ScriptableImpact>().ToArray();
|
||||
}
|
||||
|
||||
public AudioClip GetAudioClip(IReadOnlyCollection<string> tags)
|
||||
|
Reference in New Issue
Block a user