Skip to content

Commit

Permalink
added 'UnityQuicksheet' namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsama committed May 20, 2016
1 parent a5240c9 commit be3cca7
Show file tree
Hide file tree
Showing 23 changed files with 1,503 additions and 1,461 deletions.
3 changes: 2 additions & 1 deletion Assets/QuickSheet/Editor/BaseMachine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
///
///////////////////////////////////////////////////////////////////////////////
using UnityEngine;
using UnityEditor;
using System.Collections;
using System.Collections.Generic;

namespace UnityEditor
namespace UnityQuicksheet
{
[System.Serializable]
public class HeaderColumn
Expand Down
Loading

0 comments on commit be3cca7

Please sign in to comment.