Updated Template

This commit is contained in:
MrGadget1024 2021-12-01 12:37:40 -05:00
parent bd562a609b
commit 9862af3aa5

View File

@ -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();
}