Skip to content
Snippets Groups Projects

Piirto2

Merged Ghost User requested to merge piirto2 into Development
38 files
+ 343
596
Compare changes
  • Side-by-side
  • Inline
Files
38
@@ -2,17 +2,12 @@ import {
Entity,
Column,
PrimaryGeneratedColumn,
OneToMany,
ManyToOne,
PrimaryColumn,
Timestamp,
} from 'typeorm';
import {
Game_PersonEntity,
ObjectivePointEntity,
GameEntity,
} from './game.entity';
import { FactionEntity } from './faction.entity';
import { Game_PersonEntity, GameEntity } from '../game/game.entity';
import { FactionEntity } from '../faction/faction.entity';
@Entity('MapDrawing')
export class MapDrawingEntity {
Loading