Facebook
From Chunky Plover, 7 Years ago, written in ECMAScript.
This paste is a reply to Untitled from Tacky Cassowary - go back
Embed
Viewing differences between Untitled and Re: Untitled
import {IEvent} from "../../Messages/Event/IEvent";
import {BaseEvent} from "../../Messages/Event/BaseEvent";
import {GlobalEventScope} from "./GlobalEventScope";

/GalleryEventScope";

export class ClientConnectedEvent CommentAddedEventScope extends BaseEvent{
    
BaseEvent{
          
constructor(public connectionId: string, public galleryId, public author: string, public comment: string){
        super();
        this.scopes = [new GlobalEventScope()];
GalleryEventScope(galleryId)];
    }
}