7 lines
83 B
C#
7 lines
83 B
C#
|
|
namespace TBF.Rig.Sequences
|
||
|
|
{
|
||
|
|
public interface ISequence
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|