enum ENetVarType

#include <MagesNetwork.h>

enum ENetVarType
{
    Integer,
    Floating_Point,
    Boolean,
    String,
};