FLResourceLibrary/FLGenerateLibrary/FreelancerCoreClasses/ShieldHitEffectsSt.cs

13 lines
230 B
C#
Raw Normal View History

2025-05-13 15:23:06 +03:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace FLGenerateLibrary
{
public class ShieldHitEffectsSt
{
public int health;
public EffectMain Effect;
}
}