File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 55using KentingStation . Common . Util ;
66using KentingStation . Interface ;
77
8- namespace KentingStation . Common ;
8+ namespace KentingStation . Entity . Mover ;
99
1010public partial class PredatorPreyMover : Area2D
1111{
Original file line number Diff line number Diff line change 11using KentingStation . Common . Util ;
22using KentingStation . Interface ;
33
4- namespace Kenting . Common ;
4+ namespace KentingStation . Entity . Mover ;
55
66public class RandomOneAxisMover : IOneAxisMover
77{
Original file line number Diff line number Diff line change 33using KentingStation . Common ;
44using KentingStation . Interface ;
55
6- namespace Kenting . Common ;
6+ namespace KentingStation . Entity . Mover ;
77
88public class SkittishMover : ITwoAxisMover
99{
Original file line number Diff line number Diff line change 22using System . Collections . Frozen ;
33using System . Collections . Generic ;
44using Godot ;
5- using Kenting . Common ;
65using KentingStation . Common ;
76using KentingStation . Common . Util ;
7+ using KentingStation . Entity . Mover ;
88using KentingStation . Exception ;
99using KentingStation . Interface ;
10+ using PredatorPreyMover = KentingStation . Entity . Mover . PredatorPreyMover ;
1011
1112namespace KentingStation . Entity ;
1213
You can’t perform that action at this time.
0 commit comments