slight refactoring to help with extensibility of adding enemy variants later
This commit is contained in:
6
fcore/enemy-variants.sml
Normal file
6
fcore/enemy-variants.sml
Normal file
@@ -0,0 +1,6 @@
|
||||
signature ENEMY_VARIANTS =
|
||||
sig
|
||||
datatype t = PATROL_SLIME
|
||||
end
|
||||
|
||||
structure EnemyVariants: ENEMY_VARIANTS = struct datatype t = PATROL_SLIME end
|
||||
Reference in New Issue
Block a user