Skip to content

Commit

Permalink
Updated Template
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGadget1024 committed Dec 1, 2021
1 parent bd562a6 commit 9862af3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class #SCRIPTNAME# : NetworkTransformBase
/// called when authority is changed to another client or server, to prevent
/// old buffers bugging out the interpolation if authority is changed back.
/// </summary>
protected override void Reset()
public override void Reset()
{
base.Reset();
}
Expand Down

0 comments on commit 9862af3

Please sign in to comment.