15 lines
143 B
Go
15 lines
143 B
Go
package strategies
|
|
|
|
type XWing struct {
|
|
Base
|
|
}
|
|
type XYWing struct {
|
|
Base
|
|
}
|
|
type XYZWing struct {
|
|
Base
|
|
}
|
|
type WXYZWingBasic struct {
|
|
Base
|
|
}
|