mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-18 04:10:36 +00:00
7 lines
110 B
C#
7 lines
110 B
C#
namespace QSB.Utility.VariableSync
|
|
{
|
|
public class FloatVariableSyncer : BaseVariableSyncer<float>
|
|
{
|
|
}
|
|
}
|