설명 없음

Event.js 215B

123456789101112
  1. // Copyright 2016 wkh237@github. All rights reserved.
  2. // Use of this source code is governed by a MIT-style license that can be
  3. // found in the LICENSE file.
  4. export default class Event {
  5. constructor() {
  6. }
  7. }