diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..780fdde Binary files /dev/null and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index a4dad53..eb00e74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ Binaries +Build DerivedDataCache Intermediate Saved @@ -13,4 +14,4 @@ Saved *.sln *.suo *.xcodeproj -*.xcworkspace \ No newline at end of file +*.xcworkspace diff --git a/Source/ToonTanks/BasePawn.h b/Source/ToonTanks/BasePawn.h index fab0302..771f373 100644 --- a/Source/ToonTanks/BasePawn.h +++ b/Source/ToonTanks/BasePawn.h @@ -25,7 +25,7 @@ public: int32 VisibleInstanceOnlyInt = 11; UPROPERTY(EditAnywhere) - FString TestString = "Test String"; + FString TestString = "Hello World"; protected: // Called when the game starts or when spawned