﻿using System.Collections;
using System.Collections.Generic;
using UnityEngine;

[CreateAssetMenu(fileName = "New Statistic Type", menuName = "Scriptable Objects/Statistics/Statistic Type")]
public class StatisticType : ScriptableObject
{
}
