mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-27 12:35:28 +00:00
8 lines
161 B
C#
8 lines
161 B
C#
namespace QSB.Utility.VariableSync
|
|
{
|
|
public abstract class BaseVariableSyncer : QSBNetworkBehaviour
|
|
{
|
|
protected override float SendInterval => 0.1f;
|
|
}
|
|
}
|