Add a link number field to ColliderArgs

avinationmerge
Melanie Thielker 2014-09-24 00:16:04 +02:00
parent 309cfeff88
commit a6b27a7aa4
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ namespace OpenSim.Framework
public Vector3 velVector = Vector3.Zero;
public string nameStr = String.Empty;
public int colliderType = 0;
public int linkNumber;
}
public class ColliderArgs : EventArgs