Skip to content

Commit

Permalink
remove superfluous method
Browse files Browse the repository at this point in the history
  • Loading branch information
tinxx committed Sep 27, 2024
1 parent c44904a commit 09dc6cb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Assets/SEE/Net/Actions/ResizeNodeNetAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@ public ResizeNodeNetAction(string gameObjectID, Vector3 localScale, Vector3 posi
ReparentChildren = reparentChildren;
}

/// <summary>
/// Things to execute on the server (none for this class).
/// </summary>
public override void ExecuteOnServer()
{
// Intentionally left blank
}

/// <summary>
/// Finds the GameObject on the client and sets its scale.
/// </summary>
Expand Down

0 comments on commit 09dc6cb

Please sign in to comment.