C# 클래스 Program.DynamicStrategyLoader.PlayerActionAndSource

파일 보기 프로젝트 열기: NathanTeeuwen/Dominulator

공개 프로퍼티들

프로퍼티 타입 설명
fileName string
playerAction Dominion.Strategy.PlayerAction

공개 메소드들

메소드 설명
PlayerActionAndSource ( string fileName, PlayerAction playerAction ) : System

메소드 상세

PlayerActionAndSource() 공개 메소드

public PlayerActionAndSource ( string fileName, PlayerAction playerAction ) : System
fileName string
playerAction Dominion.Strategy.PlayerAction
리턴 System

프로퍼티 상세

fileName 공개적으로 프로퍼티

public string fileName
리턴 string

playerAction 공개적으로 프로퍼티

public PlayerAction,Dominion.Strategy playerAction
리턴 Dominion.Strategy.PlayerAction