Skip to content

Commit

Permalink
SKCell v0.15.1 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyrim07 committed Nov 13, 2023
1 parent 01fd1bc commit 2b25c1c
Show file tree
Hide file tree
Showing 11 changed files with 823 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Assets/SKCell/Core/SKCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace SKCell
[AddComponentMenu("SKCell/SKCore")]
public sealed class SKCore : MonoSingleton<SKCore>
{
public const string SKCELL_VERSION = "v0.15.0";
public const string SKCELL_VERSION = "v0.15.1";

public static Action Awake000 = new Action(EmptyAction), Awake100 = new Action(EmptyAction),
Start000 = new Action(EmptyAction), Start100 = new Action(EmptyAction), Start200 = new Action(EmptyAction),
Expand Down
1 change: 1 addition & 0 deletions Assets/SKCell/Scenes/SKConsoleScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -1327,6 +1327,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
descrip_text: 0
activeOnAwake: 0
inputField: {fileID: 722210843}
consoleTipContainer: {fileID: 1921505914}
consoleTipPF: {fileID: 699295853202130427, guid: 86003d3b26131b549afc0bd3eba58797,
Expand Down
Loading

0 comments on commit 2b25c1c

Please sign in to comment.