Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Model.Immortal.Chart.Enums;
|
||||
|
||||
public enum ChartColorType {
|
||||
Red,
|
||||
LightGreen,
|
||||
Cyan,
|
||||
Yellow,
|
||||
Orange,
|
||||
LightBlue,
|
||||
Pink
|
||||
}
|
||||
Reference in New Issue
Block a user