mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-18 00:30:42 -05:00
9 lines
133 B
C#
9 lines
133 B
C#
namespace RotateParticle.Jobs
|
|
{
|
|
public struct WarpInfo
|
|
{
|
|
public int StartIndex;
|
|
public int EndIndex;
|
|
}
|
|
}
|