FLResourceLibrary/FLGenerateLibrary/FreelancerCoreClasses/ShieldHitEffectsSt.cs
Dvurechensky 3b92bf134f 1.0.0
2025-05-13 15:23:06 +03:00

13 lines
230 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace FLGenerateLibrary
{
public class ShieldHitEffectsSt
{
public int health;
public EffectMain Effect;
}
}