작업 조건 분석 기능 개발
This commit is contained in:
13
Assets/Chart And Graph/Script/ChartOrientation.cs
Normal file
13
Assets/Chart And Graph/Script/ChartOrientation.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
#define Graph_And_Chart_PRO
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace ChartAndGraph
|
||||
{
|
||||
public enum ChartOrientation
|
||||
{
|
||||
Horizontal,Vertical
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user