mirror of
https://github.com/milimoe/FunGame-Testing.git
synced 2025-04-23 04:39:34 +08:00
1
This commit is contained in:
parent
5680ba1a04
commit
3a7daf0856
@ -12,14 +12,20 @@ ItemModule im = new();
|
|||||||
im.Load();
|
im.Load();
|
||||||
|
|
||||||
FunGameSimulation.InitCharacter();
|
FunGameSimulation.InitCharacter();
|
||||||
//FunGameSimulation.StartGame(true, false, true);
|
FunGameSimulation.StartGame(true, false, true);
|
||||||
|
|
||||||
foreach (Skill s in FunGameSimulation.Magics)
|
//Character c = FunGameSimulation.Characters[1].Copy();
|
||||||
{
|
//foreach (Skill s in FunGameSimulation.Magics)
|
||||||
Skill s2 = s.Copy();
|
//{
|
||||||
s2.Level++;
|
// Skill s2 = s.Copy();
|
||||||
Console.WriteLine(s2);
|
// s2.Character = c;
|
||||||
}
|
// Console.WriteLine(s2);
|
||||||
|
// s2.Level++;
|
||||||
|
// Console.WriteLine(s2);
|
||||||
|
// c.Level = 60;
|
||||||
|
// s2.Level = 8;
|
||||||
|
// Console.WriteLine(s2);
|
||||||
|
//}
|
||||||
|
|
||||||
//Stopwatch stopwatch = new();
|
//Stopwatch stopwatch = new();
|
||||||
//stopwatch.Start();
|
//stopwatch.Start();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user