summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/PlayerParticleInfo.cs
blob: 620b19f51e6977e3c949f460d3393f16a0922f4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System;
using UnityEngine;

[Serializable]
public class PlayerParticleInfo
{
	public Sprite image;

	public FloatRange angularVel;

	public bool alignToVel;
}