From 14db91ea0faa29f9022d3eb5e701dccfed24e189 Mon Sep 17 00:00:00 2001 From: Soneoy_Mac Date: Tue, 16 Apr 2024 03:41:43 -0700 Subject: [PATCH] ~~English (Traditional)~~ --- .../Slide/Handlers/FanSlideSegmentHandler.cs | 0 .../Slide/Handlers/RegularSlideSegmentHandler.cs | 0 .../Slide/Handlers/SlideSegmentHandler.cs | 0 .../Contexts/Gameplay/{Behaviors => Behaviours}/SlideBehaviour.cs | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename core-dump/Scripts/Contexts/Gameplay/{Behaviors => Behaviours}/Slide/Handlers/FanSlideSegmentHandler.cs (100%) rename core-dump/Scripts/Contexts/Gameplay/{Behaviors => Behaviours}/Slide/Handlers/RegularSlideSegmentHandler.cs (100%) rename core-dump/Scripts/Contexts/Gameplay/{Behaviors => Behaviours}/Slide/Handlers/SlideSegmentHandler.cs (100%) rename core-dump/Scripts/Contexts/Gameplay/{Behaviors => Behaviours}/SlideBehaviour.cs (100%) diff --git a/core-dump/Scripts/Contexts/Gameplay/Behaviors/Slide/Handlers/FanSlideSegmentHandler.cs b/core-dump/Scripts/Contexts/Gameplay/Behaviours/Slide/Handlers/FanSlideSegmentHandler.cs similarity index 100% rename from core-dump/Scripts/Contexts/Gameplay/Behaviors/Slide/Handlers/FanSlideSegmentHandler.cs rename to core-dump/Scripts/Contexts/Gameplay/Behaviours/Slide/Handlers/FanSlideSegmentHandler.cs diff --git a/core-dump/Scripts/Contexts/Gameplay/Behaviors/Slide/Handlers/RegularSlideSegmentHandler.cs b/core-dump/Scripts/Contexts/Gameplay/Behaviours/Slide/Handlers/RegularSlideSegmentHandler.cs similarity index 100% rename from core-dump/Scripts/Contexts/Gameplay/Behaviors/Slide/Handlers/RegularSlideSegmentHandler.cs rename to core-dump/Scripts/Contexts/Gameplay/Behaviours/Slide/Handlers/RegularSlideSegmentHandler.cs diff --git a/core-dump/Scripts/Contexts/Gameplay/Behaviors/Slide/Handlers/SlideSegmentHandler.cs b/core-dump/Scripts/Contexts/Gameplay/Behaviours/Slide/Handlers/SlideSegmentHandler.cs similarity index 100% rename from core-dump/Scripts/Contexts/Gameplay/Behaviors/Slide/Handlers/SlideSegmentHandler.cs rename to core-dump/Scripts/Contexts/Gameplay/Behaviours/Slide/Handlers/SlideSegmentHandler.cs diff --git a/core-dump/Scripts/Contexts/Gameplay/Behaviors/SlideBehaviour.cs b/core-dump/Scripts/Contexts/Gameplay/Behaviours/SlideBehaviour.cs similarity index 100% rename from core-dump/Scripts/Contexts/Gameplay/Behaviors/SlideBehaviour.cs rename to core-dump/Scripts/Contexts/Gameplay/Behaviours/SlideBehaviour.cs