NMV 0.8.0 - Big refactor and linting fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { LandFlags } from '../../enums/LandFlags';
|
||||
import { LandType } from '../../enums/LandType';
|
||||
|
||||
import type { LandFlags } from '../../enums/LandFlags';
|
||||
import type { LandType } from '../../enums/LandType';
|
||||
|
||||
export interface ILandBlock
|
||||
{
|
||||
landType: LandType;
|
||||
|
||||
Reference in New Issue
Block a user