The rest of the refactor

This commit is contained in:
Casper Warden
2018-10-06 17:16:51 +01:00
parent eb5ef5b074
commit cb2be348d7
17 changed files with 101 additions and 75 deletions

View File

@@ -1,6 +1,4 @@
import {ChatSourceType} from '../enums/ChatSourceType';
import {UUID} from '../classes/UUID';
import {InstantMessageEventFlags} from '../enums/InstantMessageEventFlags';
import {ChatSourceType, InstantMessageEventFlags, UUID} from '..';
export class InstantMessageEvent
{