This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
for /r %%i in (.DS_Store) do (del "%%i") | |
pause |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright 2025 Thanut Panichyotai (@LuviKunG) All Rights Reserved. | |
#include "SimpleSpectatorPawn.h" | |
#include "EnhancedInputComponent.h" | |
#include "EnhancedInputSubsystems.h" | |
ASimpleSpectatorPawn::ASimpleSpectatorPawn(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) | |
{ | |
PrimaryActorTick.bCanEverTick = true; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<scheme name="Rider Dark Monokai By LuviKunG" version="142" parent_scheme="Darcula"> | |
<metaInfo> | |
<property name="ide">Rider</property> | |
<property name="ideVersion">2024.3.7.0.0</property> | |
<property name="originalScheme">Rider Dark Monokai By LuviKunG</property> | |
</metaInfo> | |
<colors> | |
<option name="ADDED_LINES_COLOR" value="2c4722" /> | |
<option name="ANNOTATIONS_COLOR" value="909090" /> | |
<option name="BookmarkIcon.background" value="d9b72b" /> |
OlderNewer