Skip to content

Commit 9bebf2f

Browse files
committed
Change namespace
1 parent a9e3c16 commit 9bebf2f

36 files changed

+195
-29
lines changed
File renamed without changes.

unity/Assets/Poolakey/Demo/Prefabs/ShopItem.prefab renamed to unity/Assets/Bazaar/Poolakey/Demo/Prefabs/ShopItem.prefab

File renamed without changes.

unity/Assets/Poolakey/Demo/Scripts/PoolakeyExample.cs renamed to unity/Assets/Bazaar/Poolakey/Demo/Scripts/PoolakeyExample.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
using UnityEngine;
2-
using Poolakey.Scripts;
3-
using Poolakey;
4-
using Poolakey.Scripts.Data;
1+
using System;
52
using System.Collections.Generic;
6-
using System;
3+
using UnityEngine;
74
using RTLTMPro;
5+
using Bazaar.Poolakey;
6+
using Bazaar.Poolakey.Data;
87

98
public class PoolakeyExample : MonoBehaviour
109
{

unity/Assets/Poolakey/Demo/Scripts/ShopItem.cs renamed to unity/Assets/Bazaar/Poolakey/Demo/Scripts/ShopItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
using System;
22
using UnityEngine;
3-
using Poolakey.Scripts.Data;
43
using UnityEngine.UI;
54
using RTLTMPro;
5+
using Bazaar.Poolakey.Data;
66

77
public class ShopItem : MonoBehaviour
88
{
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)