summaryrefslogtreecommitdiff
path: root/WorldlineKeepers/Assets/Scripts/Affects/AffectBase.cs
blob: 51803046f1ca9ab301477c187dbc523ff7490557 (plain)
1
2
3
4
5
6
7
8
9
10
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class AffectBases
{



}