diff --git a/src/tanks/RotationalElement.java b/src/tanks/RotationalElement.java index 3eb42f8..6b8b389 100644 --- a/src/tanks/RotationalElement.java +++ b/src/tanks/RotationalElement.java @@ -1,8 +1,11 @@ package tanks; -/* -class that provides functionality for any object in the game that moves at an angle -*/ +/** + * + * Set 3 class project + * 5-19-16 + * + */ public class RotationalElement {