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

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