mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-12 04:14:08 +00:00
5 lines
102 B
C#
5 lines
102 B
C#
namespace QSB.Utility.VariableSync;
|
|
|
|
public class BoolVariableSyncer : BaseVariableSyncer<bool>
|
|
{
|
|
} |