We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c18d8 commit 119957eCopy full SHA for 119957e
addons/GodotRollbackNetcodeMono/Interfaces.cs
@@ -16,12 +16,12 @@ public interface INetworkProcess : INetworkSync
16
17
public interface INetworkPreProcess : INetworkSync
18
{
19
- void _NetworkPreProcess(GDDictionary input);
+ void _NetworkPreprocess(GDDictionary input);
20
}
21
22
public interface INetworkPostProcess : INetworkSync
23
24
- void _NetworkPostProcess(GDDictionary input);
+ void _NetworkPostprocess(GDDictionary input);
25
26
27
public interface IInterpolateState : INetworkSync
0 commit comments