mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2025-02-17 02:44:23 +01:00
9 lines
131 B
C#
9 lines
131 B
C#
using System;
|
|
|
|
namespace Fie.Object
|
|
{
|
|
[Serializable]
|
|
public class FieStatusEffectsGrabEntity : FieStatusEffectEntityBase
|
|
{
|
|
}
|
|
}
|