portal.mkgtu.ru/common/commands/command/AddToTimelineCommand.php

25 lines
216 B
PHP
Executable File

<?php
namespace common\commands\command;
use trntv\tactician\base\BaseCommand;
class AddToTimelineCommand extends BaseCommand
{
public $category;
public $event;
public $data;
}