Select Git revision
CommunicationEvents.cs.meta
ToolMode.cs 198 B
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public enum ToolMode
{
MarkPointMode,
CreateLineMode,
CreateAngleMode,
DeleteMode,
ExtraMode
}