Closed garrettluskey closed 9 months ago
Workshop interactions need to be synchronized via RPC and value persistence. Look into what other sync might be needed and implement.
See https://github.com/Bannerlord-Coop-Team/BannerlordCoop/blob/development/source/Coop/Mod/Persistence/Party/EventPartyMoveTo.cs. We use Railgun for RPC, https://github.com/araex/RailgunNet/blob/master/RailgunNet/Logic/RailEvent.cs
Will remake using new issue format
Workshop interactions need to be synchronized via RPC and value persistence. Look into what other sync might be needed and implement.
See https://github.com/Bannerlord-Coop-Team/BannerlordCoop/blob/development/source/Coop/Mod/Persistence/Party/EventPartyMoveTo.cs. We use Railgun for RPC, https://github.com/araex/RailgunNet/blob/master/RailgunNet/Logic/RailEvent.cs