예제 #1
0
파일: BreakBase.cs 프로젝트: 7shi/LLPML
 protected void init(BlockBase parent)
 {
     Parent = parent;
     if (parent != null)
         UsingPointers = parent.GetUsingPointers();
 }