大修改
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Fantasy
|
||||
public const int Map = 5;
|
||||
public const int Activity = 6;
|
||||
public const int Cache = 7;
|
||||
public const int Chat = 8;
|
||||
public const int Social = 8;
|
||||
|
||||
public static readonly Dictionary<string, int> SceneTypeDic = new Dictionary<string, int>()
|
||||
{
|
||||
@@ -21,7 +21,7 @@ namespace Fantasy
|
||||
{ "Map", 5 },
|
||||
{ "Activity", 6 },
|
||||
{ "Cache", 7 },
|
||||
{ "Chat", 8 },
|
||||
{ "Social", 8 },
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user