diff --git a/example/draft-mlp/README.md b/example/gen-packs-mlp/README.md similarity index 88% rename from example/draft-mlp/README.md rename to example/gen-packs-mlp/README.md index 6e03c64..a87d23a 100644 --- a/example/draft-mlp/README.md +++ b/example/gen-packs-mlp/README.md @@ -1,4 +1,4 @@ -# draft-mlp +# gen-packs-mlp Example command that generates random MLP:CCG booster packs for a given set. This is mostly done to test the library itself. diff --git a/mlp/cube.go b/mlp/cube.go deleted file mode 100644 index c5aa1b8..0000000 --- a/mlp/cube.go +++ /dev/null @@ -1,5 +0,0 @@ -package mlp - -type Cube struct { - -}