summaryrefslogtreecommitdiff
path: root/Thronefall_v1.0/Decompile/PerkPoint.cs
blob: b339e08390caf9cf603e91eebf140a76c795b1d4 (plain)
1
2
3
4
5
6
using UnityEngine;

[CreateAssetMenu(fileName = "Data", menuName = "SimpleSiege/Perk Point", order = 1)]
public class PerkPoint : Equippable
{
}