Best way to fire VFX events?
I want to do a system that can fire VFX across clients, something like
What is the best way to do this? Should I use a RealtimeDictionary?
What is the best way to do this? Should I use a RealtimeDictionary?
VFXSyncManager.FireVFXSynced(vfxList[vfxIndex]);