Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
namespace Gs2.Unity.Gs2StateMachine.Local.Model
{
    public interface IVariableValue
    {
        VariableType Type();
        string String();
        long Int();
        double Float();
        bool Bool();
    }
}