You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zero/ZeroLevel.Sleopok.Engine/Models/SleoField.cs

13 lines
244 B

using System;
namespace ZeroLevel.Sleopok.Engine.Models
{
internal sealed class SleoField
{
public string Name;
public float Boost;
public bool ExactMatch;
public Func<object, object> Getter;
}
}

Powered by TurnKey Linux.