mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-06 09:39:52 +00:00
7 lines
108 B
C#
7 lines
108 B
C#
namespace QSB.Utility.VariableSync
|
|
{
|
|
public class BoolVariableSyncer : BaseVariableSyncer<bool>
|
|
{
|
|
}
|
|
}
|