import {UUID} from '..';
export class FriendResponseEvent
{
from: UUID;
fromName: string;
message: string;
accepted: boolean;
requestID: UUID;
}