using CShocker.Shockers.Abstract; namespace CShocker.Shockers; public struct PiShockShocker : IShocker { public string Code; }