mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-03 17:53:57 +00:00
6 lines
107 B
C#
6 lines
107 B
C#
namespace QSB.Utility.VariableSync
|
|
{
|
|
public class BoolVariableSyncer : BaseVariableSyncer<bool>
|
|
{
|
|
}
|
|
} |