Skip to content

Commit

Permalink
Mark CommonInvokerCommand as SyncMode.None
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpyNewbie committed Nov 3, 2024
1 parent cd200db commit 98ad683
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MonoBehaviour:
sourceCsScript: {fileID: 11500000, guid: 4c97158605f3de341bae8f6690bb74a8, type: 3}
scriptVersion: 2
compiledVersion: 2
behaviourSyncMode: 0
behaviourSyncMode: 1
hasInteractEvent: 0
scriptID: 7526023265875488307
serializationData:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
using System;
using DerpyNewbie.Common;
using DerpyNewbie.Common;
using DerpyNewbie.Common.Invoker;
using UdonSharp;
using UnityEngine;

namespace DerpyNewbie.Logger.Command
{
[UdonBehaviourSyncMode(BehaviourSyncMode.None)]
public class CommonInvokerCommand : ActionCommandHandler
{
[SerializeField]
Expand Down

0 comments on commit 98ad683

Please sign in to comment.