initial merge of both repos
This commit is contained in:
10
UNO-Angular/src/app/game-state.service.ts
Normal file
10
UNO-Angular/src/app/game-state.service.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
})
|
||||
|
||||
export class GameStateService {
|
||||
|
||||
constructor() { }
|
||||
}
|
||||
Reference in New Issue
Block a user