init commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StandardScene.Model
|
||||
{
|
||||
public enum VehicleStatus
|
||||
{
|
||||
Unknown = 0,
|
||||
Normal = 1,
|
||||
NeedInit = 2,
|
||||
Offline = 3,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user