Исходник Нужны GetISystem GetIGame GetIEntitySystem GetIEntitySystem GetActor GetTeamId GetEntity GetHealth IsDead GetEntityId

Начинающий
Начинающий
Статус
Оффлайн
Регистрация
6 Сен 2024
Сообщения
3
Реакции
0
нужны GetISystem GetIGame GetIEntitySystem GetIEntitySystem GetActor GetTeamId GetEntity GetHealth IsDead кому не сложно напишите пожалуйста
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
GetISystem GetIGame GetIEntitySystem GetIEntitySystem GetActor GetTeamId GetEntity GetHealth IsDead
 
GetISystem GetIGame GetIEntitySystem GetIEntitySystem GetActor GetTeamId GetEntity GetHealth IsDead
 
GetISystem GetIGame GetIEntitySystem GetIEntitySystem GetActor GetTeamId GetEntity GetHealth IsDead
 
C#:
Expand Collapse Copy
public ISystem GetISystem(Type systemType)
C#:
Expand Collapse Copy
public IGame GetIGame()
C#:
Expand Collapse Copy
public IEntitySystem GetIEntitySystem(Type systemType)
C#:
Expand Collapse Copy
public Actor GetActor(int actorId)
C#:
Expand Collapse Copy
public int GetTeamId(int entityId)
C#:
Expand Collapse Copy
public Entity GetEntity(int entityId)
C#:
Expand Collapse Copy
public float GetHealth(int entityId)
C#:
Expand Collapse Copy
public bool IsDead(int entityId)
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
C#:
Expand Collapse Copy
public ISystem GetISystem(Type systemType)
C#:
Expand Collapse Copy
public IGame GetIGame()
C#:
Expand Collapse Copy
public IEntitySystem GetIEntitySystem(Type systemType)
C#:
Expand Collapse Copy
public Actor GetActor(int actorId)
C#:
Expand Collapse Copy
public int GetTeamId(int entityId)
C#:
Expand Collapse Copy
public Entity GetEntity(int entityId)
C#:
Expand Collapse Copy
public float GetHealth(int entityId)
C#:
Expand Collapse Copy
public bool IsDead(int entityId)
ему надо было IEntitySystem два раза получить, не знаю зачем правда, но думаю стоит дополнить

C#:
Expand Collapse Copy
class IEntitySystem;

public IEntitySystem()
{
for (int i = 0; i < 2; i++)
IEntitySystem = this;
}
Думаю, ему нужно было именно это дать. Пускай не благодарит
 
Назад
Сверху Снизу