IntegerMan/angularIF

View on GitHub
src/app/engine/command-type.enum.ts

Summary

Maintainability
A
0 mins
Test Coverage
export enum CommandType {
  go,
  lookAround,
  examineObject
}