[client] add GameListFrame
This commit is contained in:
@@ -3,7 +3,6 @@ package ru.m.tankz.control;
|
||||
import ru.m.tankz.control.Control;
|
||||
import ru.m.tankz.Type;
|
||||
|
||||
|
||||
interface IControlFactory {
|
||||
public function build(id:PlayerId, controller:Controller):Control;
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@ package ru.m.tankz.control;
|
||||
import ru.m.tankz.control.Control;
|
||||
import ru.m.tankz.Type;
|
||||
|
||||
|
||||
class NoneControlFactory implements IControlFactory {
|
||||
|
||||
public function new() {}
|
||||
|
||||
Reference in New Issue
Block a user