mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-14 00:28:30 +07:00
8 lines
163 B
C#
8 lines
163 B
C#
using UnityEngine;
|
|
|
|
namespace IsoTools {
|
|
[SelectionBase]
|
|
[ExecuteInEditMode, DisallowMultipleComponent]
|
|
public class IsoSnappingParent : MonoBehaviour {
|
|
}
|
|
} |