mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-21 23:08:22 +00:00
initial commit
This commit is contained in:
@@ -24,8 +24,3 @@ export type AStarResult<NodeType> =
|
||||
| {
|
||||
type: PathFindResultType.PathNotFound;
|
||||
};
|
||||
|
||||
export interface Point {
|
||||
x: number;
|
||||
y: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user