Multiplayer icon indicating copy to clipboard operation
Multiplayer copied to clipboard

Register sync methods directly rather than using API

Open SokyranTheDragon opened this issue 1 year ago • 0 comments

I think I must have used the API out of habit when writing this code, my bad. I've changed the code to use SyncMethod.RegisterSyncMethod and SyncMethod.Register rather than MP.RegisterSyncMethod.

This shouldn't change any functionality and is here mostly for consistency.

SokyranTheDragon avatar Aug 24 '24 13:08 SokyranTheDragon