Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package strategies
|
||||
|
||||
type XWing struct {
|
||||
Base
|
||||
}
|
||||
type XYWing struct {
|
||||
Base
|
||||
}
|
||||
type XYZWing struct {
|
||||
Base
|
||||
}
|
||||
type WXYZWingBasic struct {
|
||||
Base
|
||||
}
|
||||
Reference in New Issue
Block a user