C# 클래스 OpenRA.Mods.Common.Activities.DonateSupplies

상속: Enter
파일 보기 프로젝트 열기: cjshmyr/OpenRA

공개 메소드들

메소드 설명
DonateSupplies ( Actor self, Actor target, int payload ) : OpenRA.Mods.Common.Effects

보호된 메소드들

메소드 설명
OnInside ( Actor self ) : void

메소드 상세

DonateSupplies() 공개 메소드

public DonateSupplies ( Actor self, Actor target, int payload ) : OpenRA.Mods.Common.Effects
self Actor
target Actor
payload int
리턴 OpenRA.Mods.Common.Effects

OnInside() 보호된 메소드

protected OnInside ( Actor self ) : void
self Actor
리턴 void