Search Results for

    Class Melon<T>

    Inheritance
    object
    Melon<T>
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: RedLoader
    Assembly: RedLoader.dll
    Syntax
    public static class Melon<T> where T : ModBase
    Type Parameters
    Name Description
    T

    Properties

    Instance

    Declaration
    public static T Instance { get; }
    Property Value
    Type Description
    T

    Logger

    Declaration
    public static RLog.Instance Logger { get; }
    Property Value
    Type Description
    RLog.Instance