server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Mon, 19 Dec 2016 21:58:02 +0100
changeset 477 ce52f0fca330
parent 2 00e2916104fe
permissions -rw-r--r--
add volume control to the player

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}