spell check and update
This commit is contained in:
8
v2rayN/v2rayN/Model/RoutingItemModel.cs
Normal file
8
v2rayN/v2rayN/Model/RoutingItemModel.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace v2rayN.Model
|
||||
{
|
||||
[Serializable]
|
||||
public class RoutingItemModel : RoutingItem
|
||||
{
|
||||
public bool isActive { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user