Files
Darklings-FightingGame/Assets/_Project/Scripts/SimulationScripts/StateScripts/StatesScripts/HurtStateScripts/HurtParentState.cs
unknown 908dd3da2c Update
2022-12-29 19:32:58 +02:00

9 lines
122 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class HurtParentState : State
{
}