8 lines
160 B
C#
8 lines
160 B
C#
|
using EntityStates.Engi.EngiBubbleShield;
|
||
|
|
||
|
namespace EntityStates.Engi.EngiWallShield;
|
||
|
|
||
|
public class Deployed : EntityStates.Engi.EngiBubbleShield.Deployed
|
||
|
{
|
||
|
}
|