﻿using System;
using System.Collections.Generic;
using System.Text;

namespace JLGames.RocketDriver.CSharp.Languages.Lua
{
    public partial class RepeatStmt : Statement
    {
        public Chunk Body;

        public Expr Condition;

    }
}
