9 lines
86 B
C#
9 lines
86 B
C#
using System;
|
|
|
|
[Serializable]
|
|
public enum raycast_mode_enum
|
|
{
|
|
Hit = 0,
|
|
Height = 1
|
|
}
|