Interface IMove

Hierarchy

  • IMove

Properties

Properties

color?: Color
from?: {
    x: number;
    y: number;
}

Type declaration

  • x: number
  • y: number
kind?: "FU" | "KY" | "KE" | "GI" | "KI" | "KA" | "HI" | "OU" | "TO" | "NY" | "NK" | "NG" | "UM" | "RY"
to: {
    x: number;
    y: number;
}

Type declaration

  • x: number
  • y: number

Generated using TypeDoc