This website requires JavaScript.
Explore
Help
Register
Sign In
iwnc2020
/
CapersProject
Watch
2
Star
1
Fork
0
You've already forked CapersProject
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
be52294ace
CapersProject
/
Assets
/
02.Scripts
/
BlueWater
/
Interface
/
ITarget.cs
9 lines
125 B
C#
Raw
Normal View
History
Unescape
Escape
#20 미니 모래 두더지 소환 기능 추가 + MiniSandMole 프리팹 추가 + BossConfiguration So에 MiniSandMole 추가 + MiniSandMoleData, MiniSingleRollData So 추가 + MiniSandMole BehaviorTree 추가 + SandMoleMapController 클래스 추가 + ITarget, ICurrentDirection 인터페이스 추가 + Bt Actions - CanSkill, ActivateSkill 로직 변경 + BossHealthPoint 로직 변경 + 미니 모래 두더지에 소환할 때, 죽을 때, 디졸브 효과 추가 Closes #20
2024-06-16 11:09:42 +00:00
using
UnityEngine
;
타이쿤씬 재정비 중
2025-02-10 02:13:46 +00:00
namespace
DDD.Interfaces
#20 미니 모래 두더지 소환 기능 추가 + MiniSandMole 프리팹 추가 + BossConfiguration So에 MiniSandMole 추가 + MiniSandMoleData, MiniSingleRollData So 추가 + MiniSandMole BehaviorTree 추가 + SandMoleMapController 클래스 추가 + ITarget, ICurrentDirection 인터페이스 추가 + Bt Actions - CanSkill, ActivateSkill 로직 변경 + BossHealthPoint 로직 변경 + 미니 모래 두더지에 소환할 때, 죽을 때, 디졸브 효과 추가 Closes #20
2024-06-16 11:09:42 +00:00
{
public
interface
ITarget
{
Collider
Target
{
get
;
}
}
}
Reference in New Issue
Copy Permalink