Skip to content

unable to use private-class components in views #13

@sh-dave

Description

@sh-dave
private class Something {
    public var xxx: Int;
}

class SomeSystem extends System {
    var someView = new View<Something>();

    ...
}

Results in Type not found : Something in the someView = new View<> line.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions