From c36278ec2593ff9b25bf3f5bad22ab547cca5447 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Thu, 16 Aug 2018 22:58:07 +0200 Subject: Printed debug for different tower building --- src/engine/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/command.rs') diff --git a/src/engine/command.rs b/src/engine/command.rs index e6dbedf..c4268c5 100644 --- a/src/engine/command.rs +++ b/src/engine/command.rs @@ -1,7 +1,7 @@ use std::fmt; use super::geometry::Point; -#[derive(Debug, Clone, Copy)] +#[derive(Debug, Clone, Copy, PartialEq, Eq)] pub enum Command { Nothing, Build(Point, BuildingType), -- cgit v1.2.3