You've already forked Dpr-ScriptsOnly
mirror of
https://github.com/izzy2lost/Dpr-ScriptsOnly.git
synced 2026-03-10 11:49:05 -07:00
17 lines
288 B
C#
17 lines
288 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Assets.DPR.SequenceEditor
|
|
{
|
|
internal class Command
|
|
{
|
|
// Command
|
|
// CommandDefine
|
|
// CommandNo
|
|
// CommandParam
|
|
}
|
|
}
|