import { Friend } from '../classes/public/Friend';
export class FriendRemovedEvent
{
friend: Friend;
}