Skip to content

Commit

Permalink
0.7.0版本号发布
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-kelly committed Jun 18, 2016
1 parent ea3d37e commit 0f51415
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions KSFramework/Assets/KSFramework/KSGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ namespace KSFramework
/// </summary>
public abstract class KSGame : MonoBehaviour, IAppEntry
{
/// <summary>
/// KSFramework版本号
/// </summary>
public string Version = "0.7.0";

public static KSGame Instance { get; private set; }

/// <summary>
Expand Down

0 comments on commit 0f51415

Please sign in to comment.