Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Commit edd1f8b

Browse files
struct -> class
1 parent e6b1ea6 commit edd1f8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Scripts/Netcode/Common/_Common.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
namespace GodotModules.Netcode
55
{
66
// Intervals
7-
public struct ClientIntervals
7+
public class ClientIntervals
88
{
99
public static int PlayerDirection = 20;
1010
public static int PlayerPosition = 150;
1111
public static int PlayerRotation = 150;
1212
}
1313

14-
public struct ServerIntervals
14+
public class ServerIntervals
1515
{
1616
public static int PlayerTransforms = 150;
1717
}

0 commit comments

Comments
 (0)