Пример #1
0
    public Statistic(Character character, string name, float initValue, LevelOperation levelOperator, float min = 0f, float max = float.MaxValue)
    {
        statModifiers = new List <StatModifier>();

        this.character      = character;
        this.name           = name;
        this.initValue      = initValue;
        this.levelOperation = levelOperator;
        this.min            = min;
        this.max            = max;
    }
Пример #2
0
 public static extern short TMOneWireLevel(int session, LevelOperation operation, LevelMode levelMode, LevelPrime primed);