package tanks;
|
|
|
|
/*
|
|
class that provides functionality for any object in the game that moves at an angle
|
|
*/
|
|
public class RotationalElement
|
|
{
|
|
|
|
}
|