Remade item and tile basic system.
Still not funcitonal but the shape is final. Sort of.
This commit is contained in:
@@ -16,7 +16,8 @@ public class ActionRequest implements Event<ActionRequest.Listener> {
|
||||
private final RequestType type;
|
||||
|
||||
|
||||
public ActionRequest(RequestType request) {
|
||||
public ActionRequest(RequestType request)
|
||||
{
|
||||
type = request;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user