From 569a330e8955451f28f53eb2072b98d38743d57a Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Tue, 7 Jan 2020 18:59:28 -0500 Subject: [PATCH] move Jumpy.Shared -> Shared directory GitOrigin-RevId: 781f1fb42b49baa0463ac284ffba7df767fdf8b3 --- {Jumpy.Shared => Shared}/Camera.cs | 0 {Jumpy.Shared => Shared}/Debug.cs | 0 {Jumpy.Shared => Shared}/FpsCounter.cs | 0 {Jumpy.Shared => Shared}/History.cs | 0 {Jumpy.Shared => Shared}/IDisplay.cs | 0 {Jumpy.Shared => Shared}/JumpyGame.cs | 0 {Jumpy.Shared => Shared}/KeyboardInput.cs | 0 {Jumpy.Shared => Shared}/Player.cs | 0 Jumpy.Shared/Jumpy.Shared.projitems => Shared/Shared.projitems | 0 {Jumpy.Shared => Shared}/Shared.shproj | 0 {Jumpy.Shared => Shared}/World.cs | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {Jumpy.Shared => Shared}/Camera.cs (100%) rename {Jumpy.Shared => Shared}/Debug.cs (100%) rename {Jumpy.Shared => Shared}/FpsCounter.cs (100%) rename {Jumpy.Shared => Shared}/History.cs (100%) rename {Jumpy.Shared => Shared}/IDisplay.cs (100%) rename {Jumpy.Shared => Shared}/JumpyGame.cs (100%) rename {Jumpy.Shared => Shared}/KeyboardInput.cs (100%) rename {Jumpy.Shared => Shared}/Player.cs (100%) rename Jumpy.Shared/Jumpy.Shared.projitems => Shared/Shared.projitems (100%) rename {Jumpy.Shared => Shared}/Shared.shproj (100%) rename {Jumpy.Shared => Shared}/World.cs (100%) diff --git a/Jumpy.Shared/Camera.cs b/Shared/Camera.cs similarity index 100% rename from Jumpy.Shared/Camera.cs rename to Shared/Camera.cs diff --git a/Jumpy.Shared/Debug.cs b/Shared/Debug.cs similarity index 100% rename from Jumpy.Shared/Debug.cs rename to Shared/Debug.cs diff --git a/Jumpy.Shared/FpsCounter.cs b/Shared/FpsCounter.cs similarity index 100% rename from Jumpy.Shared/FpsCounter.cs rename to Shared/FpsCounter.cs diff --git a/Jumpy.Shared/History.cs b/Shared/History.cs similarity index 100% rename from Jumpy.Shared/History.cs rename to Shared/History.cs diff --git a/Jumpy.Shared/IDisplay.cs b/Shared/IDisplay.cs similarity index 100% rename from Jumpy.Shared/IDisplay.cs rename to Shared/IDisplay.cs diff --git a/Jumpy.Shared/JumpyGame.cs b/Shared/JumpyGame.cs similarity index 100% rename from Jumpy.Shared/JumpyGame.cs rename to Shared/JumpyGame.cs diff --git a/Jumpy.Shared/KeyboardInput.cs b/Shared/KeyboardInput.cs similarity index 100% rename from Jumpy.Shared/KeyboardInput.cs rename to Shared/KeyboardInput.cs diff --git a/Jumpy.Shared/Player.cs b/Shared/Player.cs similarity index 100% rename from Jumpy.Shared/Player.cs rename to Shared/Player.cs diff --git a/Jumpy.Shared/Jumpy.Shared.projitems b/Shared/Shared.projitems similarity index 100% rename from Jumpy.Shared/Jumpy.Shared.projitems rename to Shared/Shared.projitems diff --git a/Jumpy.Shared/Shared.shproj b/Shared/Shared.shproj similarity index 100% rename from Jumpy.Shared/Shared.shproj rename to Shared/Shared.shproj diff --git a/Jumpy.Shared/World.cs b/Shared/World.cs similarity index 100% rename from Jumpy.Shared/World.cs rename to Shared/World.cs