Successful sync test
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
using UdonSharp;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Assets.Scripts
|
||||
namespace Marro.PacManUdon
|
||||
{
|
||||
public abstract class SyncedObject : UdonSharpBehaviour
|
||||
{
|
||||
public abstract void AppendSyncedData(byte[][] data, ref int index);
|
||||
public abstract bool SetSyncedData(byte[] data, ref int index);
|
||||
public abstract void AppendSyncedData(byte[][] data, ref int index, NetworkEventType eventType, uint eventTime);
|
||||
public abstract bool SetSyncedData(byte[] data, ref int index, NetworkEventType eventType, uint eventTime);
|
||||
public abstract void SyncedToNewTime(uint oldTime, uint newTime);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user